ImageAlignment Enumeration
Represents which border (start, end) or axis (center) of an image and a text are to be aligned.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum ImageAlignment
Public Enumeration ImageAlignment
| Start | 0 |
Image and text are aligned on the start of the image.
|
| Center | 1 |
Image and text are centered.
|
| End | 2 |
Image and text are aligned on the end of the image.
|
| None | 3 |
None.
|